12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
-
- namespace PTMedicalInsurance.Forms.SettlementWithNopwdApplys
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tpApply = new System.Windows.Forms.TabPage();
- this.tpQueryAndCancel = new System.Windows.Forms.TabPage();
- this.tabControl1.SuspendLayout();
- this.SuspendLayout();
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tpApply);
- this.tabControl1.Controls.Add(this.tpQueryAndCancel);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(800, 450);
- this.tabControl1.TabIndex = 1;
- //
- // tpApply
- //
- this.tpApply.Location = new System.Drawing.Point(4, 22);
- this.tpApply.Name = "tpApply";
- this.tpApply.Padding = new System.Windows.Forms.Padding(3);
- this.tpApply.Size = new System.Drawing.Size(792, 424);
- this.tpApply.TabIndex = 0;
- this.tpApply.Text = "申请";
- this.tpApply.UseVisualStyleBackColor = true;
- //
- // tpQueryAndCancel
- //
- this.tpQueryAndCancel.Location = new System.Drawing.Point(4, 22);
- this.tpQueryAndCancel.Name = "tpQueryAndCancel";
- this.tpQueryAndCancel.Padding = new System.Windows.Forms.Padding(3);
- this.tpQueryAndCancel.Size = new System.Drawing.Size(792, 424);
- this.tpQueryAndCancel.TabIndex = 1;
- this.tpQueryAndCancel.Text = "查询&撤销";
- this.tpQueryAndCancel.UseVisualStyleBackColor = true;
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.tabControl1);
- this.Name = "MainForm";
- this.Text = "无密码结算申请、查询、撤销";
- this.tabControl1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tpApply;
- private System.Windows.Forms.TabPage tpQueryAndCancel;
- }
- }
|