| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- namespace PTMedicalInsurance.Forms.BasicDatas
- {
- partial class UpdateDirecotryCondition
- {
- /// <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.pnlBottom = new System.Windows.Forms.Panel();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.label7 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.tbCbd = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.tbName = new System.Windows.Forms.TextBox();
- this.tbCurPage = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tbPageSize = new System.Windows.Forms.TextBox();
- this.tbUpdateTime = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbCode = new System.Windows.Forms.TextBox();
- this.pnlBottom.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlBottom
- //
- this.pnlBottom.Controls.Add(this.btnCancel);
- this.pnlBottom.Controls.Add(this.btnOK);
- this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom.Location = new System.Drawing.Point(0, 267);
- this.pnlBottom.Name = "pnlBottom";
- this.pnlBottom.Size = new System.Drawing.Size(359, 50);
- this.pnlBottom.TabIndex = 1;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.Location = new System.Drawing.Point(255, 13);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 25);
- this.btnCancel.TabIndex = 1;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.Location = new System.Drawing.Point(161, 13);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(75, 25);
- this.btnOK.TabIndex = 2;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(27, 160);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(41, 12);
- this.label7.TabIndex = 31;
- this.label7.Text = "参保地";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(40, 51);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 23;
- this.label3.Text = "名称";
- //
- // tbCbd
- //
- this.tbCbd.Location = new System.Drawing.Point(92, 157);
- this.tbCbd.Name = "tbCbd";
- this.tbCbd.Size = new System.Drawing.Size(238, 21);
- this.tbCbd.TabIndex = 30;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(14, 81);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 25;
- this.label4.Text = "更新时间";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(14, 133);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 12);
- this.label6.TabIndex = 29;
- this.label6.Text = "本页条数";
- //
- // tbName
- //
- this.tbName.Enabled = false;
- this.tbName.Location = new System.Drawing.Point(92, 48);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(238, 21);
- this.tbName.TabIndex = 22;
- //
- // tbCurPage
- //
- this.tbCurPage.Location = new System.Drawing.Point(92, 102);
- this.tbCurPage.Name = "tbCurPage";
- this.tbCurPage.Size = new System.Drawing.Size(238, 21);
- this.tbCurPage.TabIndex = 26;
- this.tbCurPage.Text = "1";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(40, 22);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(29, 12);
- this.label2.TabIndex = 21;
- this.label2.Text = "编码";
- //
- // tbPageSize
- //
- this.tbPageSize.Location = new System.Drawing.Point(92, 130);
- this.tbPageSize.Name = "tbPageSize";
- this.tbPageSize.Size = new System.Drawing.Size(238, 21);
- this.tbPageSize.TabIndex = 28;
- this.tbPageSize.Text = "20";
- //
- // tbUpdateTime
- //
- this.tbUpdateTime.Location = new System.Drawing.Point(92, 78);
- this.tbUpdateTime.Name = "tbUpdateTime";
- this.tbUpdateTime.Size = new System.Drawing.Size(238, 21);
- this.tbUpdateTime.TabIndex = 24;
- this.tbUpdateTime.Text = "2021-01-01";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(14, 105);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 27;
- this.label5.Text = "当前页数";
- //
- // tbCode
- //
- this.tbCode.Enabled = false;
- this.tbCode.Location = new System.Drawing.Point(92, 19);
- this.tbCode.Name = "tbCode";
- this.tbCode.Size = new System.Drawing.Size(238, 21);
- this.tbCode.TabIndex = 20;
- //
- // UpdateDirecotryCondition
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(359, 317);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.tbCbd);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.tbName);
- this.Controls.Add(this.tbCurPage);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.tbPageSize);
- this.Controls.Add(this.tbUpdateTime);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.tbCode);
- this.Controls.Add(this.pnlBottom);
- this.Name = "UpdateDirecotryCondition";
- this.Text = "更新目录条件选择";
- this.pnlBottom.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel pnlBottom;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbCbd;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.TextBox tbCurPage;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbPageSize;
- private System.Windows.Forms.TextBox tbUpdateTime;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbCode;
- }
- }
|