| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
-
- namespace PTMedicalInsurance.Forms.BasicDatas
- {
- partial class MaintainInterface
- {
- /// <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()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- this.rbgInterface = new Sunny.UI.UIRadioButtonGroup();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.dgvInterface = new Sunny.UI.UIDataGridView();
- this.uiPanel2 = new Sunny.UI.UIPanel();
- this.uiButton1 = new Sunny.UI.UIButton();
- this.btnInterfceSave = new Sunny.UI.UIButton();
- this.btnInterfaceDelete = new Sunny.UI.UIButton();
- this.btnIntefaceQuery = new Sunny.UI.UIButton();
- this.btnInterfaceAdd = new Sunny.UI.UIButton();
- this.uiPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvInterface)).BeginInit();
- this.uiPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // rbgInterface
- //
- this.rbgInterface.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbgInterface.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbgInterface.Items.AddRange(new object[] {
- "接口"});
- this.rbgInterface.Location = new System.Drawing.Point(0, 0);
- this.rbgInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rbgInterface.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbgInterface.Name = "rbgInterface";
- this.rbgInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbgInterface.Size = new System.Drawing.Size(151, 549);
- this.rbgInterface.TabIndex = 2;
- this.rbgInterface.Text = "项目";
- this.rbgInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.dgvInterface);
- this.uiPanel1.Controls.Add(this.uiPanel2);
- this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel1.Location = new System.Drawing.Point(151, 0);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(1224, 549);
- this.uiPanel1.TabIndex = 6;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvInterface
- //
- this.dgvInterface.AllowUserToAddRows = false;
- this.dgvInterface.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvInterface.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvInterface.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvInterface.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvInterface.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvInterface.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvInterface.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvInterface.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvInterface.EnableHeadersVisualStyles = false;
- this.dgvInterface.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvInterface.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvInterface.Location = new System.Drawing.Point(0, 0);
- this.dgvInterface.Name = "dgvInterface";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvInterface.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvInterface.RowHeight = 30;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvInterface.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvInterface.RowTemplate.Height = 30;
- this.dgvInterface.SelectedIndex = -1;
- this.dgvInterface.Size = new System.Drawing.Size(1224, 470);
- this.dgvInterface.TabIndex = 1;
- this.dgvInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel2
- //
- this.uiPanel2.Controls.Add(this.uiButton1);
- this.uiPanel2.Controls.Add(this.btnInterfceSave);
- this.uiPanel2.Controls.Add(this.btnInterfaceDelete);
- this.uiPanel2.Controls.Add(this.btnIntefaceQuery);
- this.uiPanel2.Controls.Add(this.btnInterfaceAdd);
- this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel2.Location = new System.Drawing.Point(0, 470);
- this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel2.Name = "uiPanel2";
- this.uiPanel2.Size = new System.Drawing.Size(1224, 79);
- this.uiPanel2.TabIndex = 0;
- this.uiPanel2.Text = null;
- this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiButton1
- //
- this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.Location = new System.Drawing.Point(670, 15);
- this.uiButton1.Margin = new System.Windows.Forms.Padding(4);
- this.uiButton1.MinimumSize = new System.Drawing.Size(2, 2);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(100, 48);
- this.uiButton1.TabIndex = 18;
- this.uiButton1.Text = "修改";
- this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnInterfceSave
- //
- this.btnInterfceSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnInterfceSave.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnInterfceSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInterfceSave.Location = new System.Drawing.Point(1075, 15);
- this.btnInterfceSave.Margin = new System.Windows.Forms.Padding(4);
- this.btnInterfceSave.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnInterfceSave.Name = "btnInterfceSave";
- this.btnInterfceSave.Size = new System.Drawing.Size(100, 48);
- this.btnInterfceSave.TabIndex = 17;
- this.btnInterfceSave.Text = "保存";
- this.btnInterfceSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInterfceSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnInterfaceDelete
- //
- this.btnInterfaceDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnInterfaceDelete.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnInterfaceDelete.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInterfaceDelete.Location = new System.Drawing.Point(940, 15);
- this.btnInterfaceDelete.Margin = new System.Windows.Forms.Padding(4);
- this.btnInterfaceDelete.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnInterfaceDelete.Name = "btnInterfaceDelete";
- this.btnInterfaceDelete.Size = new System.Drawing.Size(100, 48);
- this.btnInterfaceDelete.TabIndex = 16;
- this.btnInterfaceDelete.Text = "删除";
- this.btnInterfaceDelete.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInterfaceDelete.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnIntefaceQuery
- //
- this.btnIntefaceQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnIntefaceQuery.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnIntefaceQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnIntefaceQuery.Location = new System.Drawing.Point(535, 15);
- this.btnIntefaceQuery.Margin = new System.Windows.Forms.Padding(4);
- this.btnIntefaceQuery.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnIntefaceQuery.Name = "btnIntefaceQuery";
- this.btnIntefaceQuery.Size = new System.Drawing.Size(100, 48);
- this.btnIntefaceQuery.TabIndex = 15;
- this.btnIntefaceQuery.Text = "查询";
- this.btnIntefaceQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnIntefaceQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnInterfaceAdd
- //
- this.btnInterfaceAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnInterfaceAdd.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnInterfaceAdd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInterfaceAdd.Location = new System.Drawing.Point(805, 15);
- this.btnInterfaceAdd.Margin = new System.Windows.Forms.Padding(4);
- this.btnInterfaceAdd.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnInterfaceAdd.Name = "btnInterfaceAdd";
- this.btnInterfaceAdd.Size = new System.Drawing.Size(100, 48);
- this.btnInterfaceAdd.TabIndex = 14;
- this.btnInterfaceAdd.Text = "新增";
- this.btnInterfaceAdd.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInterfaceAdd.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // MaintainInterface
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1375, 549);
- this.Controls.Add(this.uiPanel1);
- this.Controls.Add(this.rbgInterface);
- this.Name = "MaintainInterface";
- this.Text = "接口配置";
- this.uiPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvInterface)).EndInit();
- this.uiPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIRadioButtonGroup rbgInterface;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIDataGridView dgvInterface;
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UIButton uiButton1;
- private Sunny.UI.UIButton btnInterfceSave;
- private Sunny.UI.UIButton btnInterfaceDelete;
- private Sunny.UI.UIButton btnIntefaceQuery;
- private Sunny.UI.UIButton btnInterfaceAdd;
- }
- }
|